home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_gtk-engines.idb / usr / freeware / share / themes / Metal / gtk / gtkrc.z / gtkrc
Text File  |  2001-10-09  |  977b  |  42 lines

  1. style "default"
  2. {
  3.   font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
  4.   bg[NORMAL]      = { 0.80, 0.80, 0.80 }
  5.   fg[NORMAL]      = { 0.40, 0.40, 0.60 }
  6.   bg[PRELIGHT]    = { 0.80, 0.80, 1.00 }
  7.   fg[PRELIGHT]    = { 0.40, 0.40, 0.60 }
  8.   bg[ACTIVE]      = { 0.80, 0.80, 0.80 }
  9.   fg[ACTIVE]      = { 0.40, 0.40, 0.60 }
  10.   bg[SELECTED]    = { 0.60, 0.60, 0.80 }
  11.   fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  12.   engine "metal" 
  13.   {
  14.   }
  15. }
  16.  
  17. style "black_fg"
  18. {
  19.   fg[NORMAL]      = { 0.00, 0.00, 0.00 }
  20.   fg[PRELIGHT]    = { 0.00, 0.00, 0.00 }
  21.   fg[ACTIVE]      = { 0.00, 0.00, 0.00 }
  22.   fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  23. }
  24.  
  25. style "scrollbar"
  26. {
  27.   engine "metal" 
  28.   {
  29.     thickness = 1
  30.   }
  31. }
  32.  
  33. # common default
  34. class "GtkWidget" style "default"
  35. class "GtkRange" style "scrollbar"
  36.  
  37. widget_class "*.GtkMenuItem.*" style "black_fg"
  38. widget_class "*.GtkCheckButton.*" style "black_fg"
  39. widget_class "*.GtkRadioButton.*" style "black_fg"
  40. widget_class "*.GtkButton.*" style "black_fg"
  41.  
  42.